Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make __wasi_args_get and __wasi_environ_get docs more explicit. #128

Merged
merged 1 commit into from
Oct 31, 2019
Merged

Make __wasi_args_get and __wasi_environ_get docs more explicit. #128

merged 1 commit into from
Oct 31, 2019

Conversation

peterhuene
Copy link
Contributor

This commit updates the documentation for __wasi_args_get and
__wasi_environ_get to make it explicit that it is the caller's responsibility
to allocate a terminating NULL pointer, if necessary.

Fixes #27.

This commit updates the documentation for `__wasi_args_get` and
`__wasi_environ_get` to make it explicit that it is the caller's responsibility
to allocate a terminating NULL pointer, if necessary.

Fixes #27.
@sunfishcode sunfishcode merged commit 1281dab into WebAssembly:master Oct 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect size returned by __wasi_environ_sizes_get
3 participants